]> git.eshelyaron.com Git - emacs.git/commitdiff
(longlines-show-hard-newlines): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 14 Jan 2007 03:37:30 +0000 (03:37 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 14 Jan 2007 03:37:30 +0000 (03:37 +0000)
lisp/longlines.el

index af81793ce858f3dc6141e9e39700abedfaaf49ea..ee423c0c82a139b8d96c25af22000a6c3443f29e 100644 (file)
@@ -63,7 +63,7 @@ with differing widths."
   "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)