* 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.
(cherry picked from commit
846c0e10ffaa13af654e9247e658a088d03d6f34)
;; 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
\f
(provide 'android-win)
-;; android-win.el ends here.
+;;; android-win.el ends here
(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.
;; 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