diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/custom.texi | 1 | ||||
| -rw-r--r-- | doc/emacs/modes.texi | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index a756a89e3f8..1c9c14a962a 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1701,6 +1701,7 @@ and mouse events: | |||
| 1701 | (global-set-key (kbd "C-c y") 'clipboard-yank) | 1701 | (global-set-key (kbd "C-c y") 'clipboard-yank) |
| 1702 | (global-set-key (kbd "C-M-q") 'query-replace) | 1702 | (global-set-key (kbd "C-M-q") 'query-replace) |
| 1703 | (global-set-key (kbd "<f5>") 'flyspell-mode) | 1703 | (global-set-key (kbd "<f5>") 'flyspell-mode) |
| 1704 | (global-set-key (kbd "C-<f5>") 'display-line-numbers-mode) | ||
| 1704 | (global-set-key (kbd "C-<right>") 'forward-sentence) | 1705 | (global-set-key (kbd "C-<right>") 'forward-sentence) |
| 1705 | (global-set-key (kbd "<mouse-2>") 'mouse-save-then-kill) | 1706 | (global-set-key (kbd "<mouse-2>") 'mouse-save-then-kill) |
| 1706 | @end example | 1707 | @end example |
diff --git a/doc/emacs/modes.texi b/doc/emacs/modes.texi index eb0c88b2901..876431aa9e9 100644 --- a/doc/emacs/modes.texi +++ b/doc/emacs/modes.texi | |||
| @@ -225,6 +225,13 @@ Font-Lock mode automatically highlights certain textual units found in | |||
| 225 | programs. It is enabled globally by default, but you can disable it | 225 | programs. It is enabled globally by default, but you can disable it |
| 226 | in individual buffers. @xref{Faces}. | 226 | in individual buffers. @xref{Faces}. |
| 227 | 227 | ||
| 228 | @findex display-line-numbers-mode | ||
| 229 | @cindex display-line-numbers-mode | ||
| 230 | @item | ||
| 231 | Display Line Numbers mode is a convenience wrapper around | ||
| 232 | @code{display-line-numbers}, setting it using the value of | ||
| 233 | @code{display-line-numbers-type}. @xref{Display Custom}. | ||
| 234 | |||
| 228 | @item | 235 | @item |
| 229 | Outline minor mode provides similar facilities to the major mode | 236 | Outline minor mode provides similar facilities to the major mode |
| 230 | called Outline mode. @xref{Outline Mode}. | 237 | called Outline mode. @xref{Outline Mode}. |