# HG changeset patch # User Glenn Morris # Date 1253167340 0 # Node ID b24c3613ac2828e178745f8da3ab333f438a3a61 # Parent f519ea72decddc82e32f2f810affec4406fee4fd (hard-newline): Give it a doc-string. diff -r f519ea72decd -r b24c3613ac28 lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 17 05:30:17 2009 +0000 +++ b/lisp/ChangeLog Thu Sep 17 06:02:20 2009 +0000 @@ -1,3 +1,7 @@ +2009-09-17 Glenn Morris + + * simple.el (hard-newline): Give it a doc-string. + 2009-09-17 Dan Nicolaescu * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu) diff -r f519ea72decd -r b24c3613ac28 lisp/simple.el --- a/lisp/simple.el Thu Sep 17 05:30:17 2009 +0000 +++ b/lisp/simple.el Thu Sep 17 06:02:20 2009 +0000 @@ -425,7 +425,8 @@ ;; Making and deleting lines. -(defvar hard-newline (propertize "\n" 'hard t 'rear-nonsticky '(hard))) +(defvar hard-newline (propertize "\n" 'hard t 'rear-nonsticky '(hard)) + "Propertized string representing a hard newline character.") (defun newline (&optional arg) "Insert a newline, and move to left margin of the new line if it's blank.