changeset 105051:b24c3613ac28

(hard-newline): Give it a doc-string.
author Glenn Morris <rgm@gnu.org>
date Thu, 17 Sep 2009 06:02:20 +0000
parents f519ea72decd
children fe2a0bec5d65
files lisp/ChangeLog lisp/simple.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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  <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)
--- 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.