diff options
| author | Eli Zaretskii | 2017-09-03 18:20:31 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-09-03 18:20:31 +0300 |
| commit | 673e6d35acf45d8c115829757f863a788c9bd554 (patch) | |
| tree | 0eb145878787b7c6ca1cefb28090be5302fdf91b | |
| parent | 1b492fa5456e2b6face8d0856f11d17e432693b0 (diff) | |
| download | emacs-673e6d35acf45d8c115829757f863a788c9bd554.tar.gz emacs-673e6d35acf45d8c115829757f863a788c9bd554.zip | |
* lisp/simple.el (visual-line-mode): Doc fix. (Bug#28337)
| -rw-r--r-- | lisp/simple.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 27990bb6611..ff0aa066b55 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -6827,7 +6827,7 @@ other purposes." | |||
| 6827 | (defvar visual-line--saved-state nil) | 6827 | (defvar visual-line--saved-state nil) |
| 6828 | 6828 | ||
| 6829 | (define-minor-mode visual-line-mode | 6829 | (define-minor-mode visual-line-mode |
| 6830 | "Toggle visual line based editing (Visual Line mode). | 6830 | "Toggle visual line based editing (Visual Line mode) in the current buffer. |
| 6831 | Interactively, with a prefix argument, enable | 6831 | Interactively, with a prefix argument, enable |
| 6832 | Visual Line mode if the prefix argument is positive, | 6832 | Visual Line mode if the prefix argument is positive, |
| 6833 | and disable it otherwise. If called from Lisp, toggle | 6833 | and disable it otherwise. If called from Lisp, toggle |