# HG changeset patch # User Juanma Barranquero # Date 1168745850 0 # Node ID 7257e69d3378fb25a6935c8c6111a5a61b61fb6c # Parent 377f1cb19e39f4a407169916f60be5ee5f605f00 (longlines-show-hard-newlines): Fix typo in docstring. diff -r 377f1cb19e39 -r 7257e69d3378 lisp/longlines.el --- 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)