Mercurial > emacs
changeset 75226:7257e69d3378
(longlines-show-hard-newlines): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 14 Jan 2007 03:37:30 +0000 |
parents | 377f1cb19e39 |
children | e90d04cd455a |
files | lisp/longlines.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/longlines.el Sun Jan 14 03:22:45 2007 +0000 +++ b/lisp/longlines.el Sun Jan 14 03:37:30 2007 +0000 @@ -63,7 +63,7 @@ "Non-nil means each hard newline is marked on the screen. \(The variable `longlines-show-effect' controls what they look like.) You can also enable the display temporarily, using the command -`longlines-show-hard-newlines'" +`longlines-show-hard-newlines'." :group 'longlines :type 'boolean)