Checkdoc fixes in term/*.el

* lisp/term/android-win.el (android-clear-preedit-text):
* lisp/term/pgtk-win.el (featurep):
* lisp/term/x-win.el (x-clear-preedit-text): Checkdoc fixes.
This commit is contained in:
Stefan Kangas 2024-07-08 17:47:21 +02:00
parent 3977aa0756
commit 846c0e10ff
3 changed files with 4 additions and 4 deletions

View file

@ -223,7 +223,7 @@ VALUE should be something suitable for passing to
;; time. This pre-command-hook clears the overlay before any command
;; and should be set whenever a preedit overlay is visible.
(defun android-clear-preedit-text ()
"Clear the pre-edit overlay and remove itself from pre-command-hook.
"Clear the pre-edit overlay and remove itself from `pre-command-hook'.
This function should be installed in `pre-command-hook' whenever
preedit text is displayed."
(when android-preedit-overlay
@ -629,4 +629,4 @@ accessible to other programs."
(provide 'android-win)
;; android-win.el ends here.
;;; android-win.el ends here

View file

@ -27,7 +27,7 @@
(eval-when-compile (require 'cl-lib))
(unless (featurep 'pgtk)
(error "%s: Loading pgtk-win.el but not compiled with PGTK."
(error "%s: Loading pgtk-win.el but not compiled with PGTK"
invocation-name))
;; Documentation-purposes only: actually loaded in loadup.el.

View file

@ -1523,7 +1523,7 @@ This uses `icon-map-list' to map icon file names to stock icon names."
;; time. This pre-command-hook clears the overlay before any command
;; and should be set whenever a preedit overlay is visible.
(defun x-clear-preedit-text ()
"Clear the pre-edit overlay and remove itself from pre-command-hook.
"Clear the pre-edit overlay and remove itself from `pre-command-hook'.
This function should be installed in `pre-command-hook' whenever
preedit text is displayed."
(when x-preedit-overlay