diff lisp/simple.el @ 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 b520d55cdd72
children bd2966850aac
line wrap: on
line diff
--- 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.