]> git.eshelyaron.com Git - emacs.git/commitdiff
(hard-newline): Give it a doc-string.
authorGlenn Morris <rgm@gnu.org>
Thu, 17 Sep 2009 06:02:20 +0000 (06:02 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 17 Sep 2009 06:02:20 +0000 (06:02 +0000)
lisp/ChangeLog
lisp/simple.el

index 7cfbb0e7cb5fb6d1d1d4b31e94455df30d8b2f78..2806653f67880f4ae09c9d4f174efe3847e852c4 100644 (file)
@@ -1,3 +1,7 @@
+2009-09-17  Glenn Morris  <rgm@gnu.org>
+
+       * simple.el (hard-newline): Give it a doc-string.
+
 2009-09-17  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * menu-bar.el (menu-bar-file-menu, menu-bar-file-menu)
index e9498c4e6d0c0002c1401182be4d283b8f1744c0..e95c736951c72453fb7883ac6c17535045cefc45 100644 (file)
@@ -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.