From: Glenn Morris Date: Thu, 17 Sep 2009 06:02:20 +0000 (+0000) Subject: (hard-newline): Give it a doc-string. X-Git-Tag: emacs-pretest-23.1.90~1287 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28fab7b561569d2c31a48c54d3454ed159873f40;p=emacs.git (hard-newline): Give it a doc-string. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cfbb0e7cb5..2806653f678 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/simple.el b/lisp/simple.el index e9498c4e6d0..e95c736951c 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -425,7 +425,8 @@ Other major modes are defined by comparison with this one." ;; 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.