]> git.eshelyaron.com Git - emacs.git/commitdiff
Checkdoc fixes in `emulation/*.el`
authorStefan Kangas <stefankangas@gmail.com>
Mon, 8 Jul 2024 14:43:27 +0000 (16:43 +0200)
committerEshel Yaron <me@eshelyaron.com>
Tue, 9 Jul 2024 17:50:19 +0000 (19:50 +0200)
* lisp/emulation/cua-base.el:
* lisp/emulation/viper-mous.el (viper-parse-mouse-key):
* lisp/emulation/viper.el (viper-major-mode-modifier-list):
Checkdoc fixes.

(cherry picked from commit 23c1ba81ddd8e5b74d0d6e17aa53e38a04f86729)

lisp/emulation/cua-base.el
lisp/emulation/viper-mous.el
lisp/emulation/viper.el

index fb6a8515d9eec47d60188f43a44913a843d16ecf..8b62b04c99c92e3487e79904e922bc06e963f2b6 100644 (file)
 ;;
 ;; To start a rectangle, use [C-return] and extend it using the normal
 ;; movement keys (up, down, left, right, home, end, C-home,
-;; C-end). Once the rectangle has the desired size, you can cut or
+;; C-end).  Once the rectangle has the desired size, you can cut or
 ;; copy it using C-x and C-c (or C-w and M-w), and you can
 ;; subsequently insert it - as a rectangle - using C-v (or C-y).  So
 ;; the only new command you need to know to work with cua-mode
index 322027b56c42df387c692e54707aa2e594e77f3f..fb31983f1f243403b5f1ac862a3f612dcbafecd5 100644 (file)
@@ -456,7 +456,7 @@ bindings in the Viper manual."
                   (if (eq 'up event-type)
                       "mouse-3" "down-mouse-3"))
                  (t (error
-                     "%S: invalid button number, %S" key-var key)))
+                      "%S: Invalid button number, %S" key-var key)))
            meta-spec
            (if (memq 'meta key) "M-" "")
            shift-spec
index 287292a24dcbf84c9f09aa0a93d9f2e60bf75c85..b62e11b2649b41b6f9395ae2d99bf4c2f68a2415 100644 (file)
@@ -486,7 +486,7 @@ unless it is coming up in a wrong Viper state."
   "List specifying how to modify the various major modes to enable some Viperisms.
 The list has the structure: ((mode viper-state keymap) (mode viper-state
 keymap) ...).  If `mode' is on the list, the `keymap' will be made active (on
-the minor-mode-map-alist) in the specified viper state.
+the `minor-mode-map-alist') in the specified viper state.
 If you change this list, have to restart Emacs for the change to take effect.
 However, if you did the change through the customization widget, then Emacs
 needs to be restarted only if you deleted a triple mode-state-keymap from the