]> git.eshelyaron.com Git - emacs.git/commitdiff
Checkdoc fixes in `term/*.el`
authorStefan Kangas <stefankangas@gmail.com>
Mon, 8 Jul 2024 15:47:21 +0000 (17:47 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:50:29 +0000 (19:50 +0200)
* 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)

lisp/term/android-win.el
lisp/term/pgtk-win.el
lisp/term/x-win.el

index 3e0f71abf91cf710fd55eb19c56f0d0a66a13b61..df1cdc5143ee33dd7452a2f9a4a9c4ff2580bb6a 100644 (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."
 
 \f
 (provide 'android-win)
-;; android-win.el ends here.
+;;; android-win.el ends here
index 7999d348082c86c9bab262d40878e977c3fcb7c2..505174048f653e17a4259445345e6fc25a9ba156 100644 (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.
index 98dd576fea240c8850419ddec2a1d035b5d85ef8..ced2750202b00174a43e9a2fdff817ab7d4d3935 100644 (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