mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Optionally add argument description in minor mode DOC (bug#10754)
Add a paragraph to minor mode's docstring documenting the mode's ARG usage if the supplied docstring doesn't already contain the word "ARG". * easy-mmode.el (easy-mmode--arg-docstring): New const. (easy-mmode--arg-docstring): New function. (define-minor-mode): Use them. Remove argument documentation from all minor modes.
This commit is contained in:
parent
fd5bf49139
commit
ee3e432300
134 changed files with 136 additions and 619 deletions
|
|
@ -132,9 +132,6 @@ This variable is expected to be made buffer-local by modes.")
|
|||
;;;###autoload
|
||||
(define-minor-mode hl-line-mode
|
||||
"Toggle highlighting of the current line (Hl-Line mode).
|
||||
With a prefix argument ARG, enable Hl-Line mode if ARG is
|
||||
positive, and disable it otherwise. If called from Lisp, enable
|
||||
the mode if ARG is omitted or nil.
|
||||
|
||||
Hl-Line mode is a buffer-local minor mode. If
|
||||
`hl-line-sticky-flag' is non-nil, Hl-Line mode highlights the
|
||||
|
|
@ -203,9 +200,6 @@ such overlays in all buffers except the current one."
|
|||
;;;###autoload
|
||||
(define-minor-mode global-hl-line-mode
|
||||
"Toggle line highlighting in all buffers (Global Hl-Line mode).
|
||||
With a prefix argument ARG, enable Global Hl-Line mode if ARG is
|
||||
positive, and disable it otherwise. If called from Lisp, enable
|
||||
the mode if ARG is omitted or nil.
|
||||
|
||||
If `global-hl-line-sticky-flag' is non-nil, Global Hl-Line mode
|
||||
highlights the line about the current buffer's point in all live
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue