comparison lisp/simple.el @ 50870:d36119648467

(newline): Don't quote nil and t in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 06 May 2003 17:52:20 +0000
parents ee0efd6ecb89
children f9aa8c8600ff
comparison
equal deleted inserted replaced
50869:7d308602f619 50870:d36119648467
78 "Insert a newline, and move to left margin of the new line if it's blank. 78 "Insert a newline, and move to left margin of the new line if it's blank.
79 If `use-hard-newlines' is non-nil, the newline is marked with the 79 If `use-hard-newlines' is non-nil, the newline is marked with the
80 text-property `hard'. 80 text-property `hard'.
81 With ARG, insert that many newlines. 81 With ARG, insert that many newlines.
82 Call `auto-fill-function' if the current column number is greater 82 Call `auto-fill-function' if the current column number is greater
83 than the value of `fill-column' and ARG is `nil'." 83 than the value of `fill-column' and ARG is nil."
84 (interactive "*P") 84 (interactive "*P")
85 (barf-if-buffer-read-only) 85 (barf-if-buffer-read-only)
86 ;; Inserting a newline at the end of a line produces better redisplay in 86 ;; Inserting a newline at the end of a line produces better redisplay in
87 ;; try_window_id than inserting at the beginning of a line, and the textual 87 ;; try_window_id than inserting at the beginning of a line, and the textual
88 ;; result is the same. So, if we're at beginning of line, pretend to be at 88 ;; result is the same. So, if we're at beginning of line, pretend to be at