diff --git a/lisp/term/android-win.el b/lisp/term/android-win.el index 3e0f71abf91..df1cdc5143e 100644 --- a/lisp/term/android-win.el +++ b/lisp/term/android-win.el @@ -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 diff --git a/lisp/term/pgtk-win.el b/lisp/term/pgtk-win.el index 7999d348082..505174048f6 100644 --- a/lisp/term/pgtk-win.el +++ b/lisp/term/pgtk-win.el @@ -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. diff --git a/lisp/term/x-win.el b/lisp/term/x-win.el index 98dd576fea2..ced2750202b 100644 --- a/lisp/term/x-win.el +++ b/lisp/term/x-win.el @@ -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