mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; More minor stylistic fixes found by checkdoc
This commit is contained in:
parent
7f06fe894c
commit
aebba085cb
129 changed files with 447 additions and 408 deletions
|
|
@ -184,8 +184,8 @@ mouse-3: Remove current window from display"))
|
|||
(defvar mode-line-front-space '(:eval (if (display-graphic-p) " " "-"))
|
||||
"Mode line construct to put at the front of the mode line.
|
||||
By default, this construct is displayed right at the beginning of
|
||||
the mode line, except that if there is a memory-full message, it
|
||||
is displayed first.")
|
||||
the mode line, except that if there is a \"memory full\" message,
|
||||
it is displayed first.")
|
||||
(put 'mode-line-front-space 'risky-local-variable t)
|
||||
|
||||
(defun mode-line-mule-info-help-echo (window _object _point)
|
||||
|
|
@ -1086,7 +1086,7 @@ if `inhibit-field-text-motion' is non-nil."
|
|||
(define-key map "p" 'previous-error)
|
||||
(define-key map "\M-p" 'previous-error)
|
||||
map)
|
||||
"Keymap to repeat next-error key sequences. Used in `repeat-mode'.")
|
||||
"Keymap to repeat `next-error' key sequences. Used in `repeat-mode'.")
|
||||
(put 'next-error 'repeat-map 'next-error-repeat-map)
|
||||
(put 'previous-error 'repeat-map 'next-error-repeat-map)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue