/[emacs]/emacs/lisp/simple.el
ViewVC logotype

Diff of /emacs/lisp/simple.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.501.4.4 by fx, Tue Dec 18 15:38:34 2001 UTC revision 1.501.4.5 by fx, Tue Dec 18 15:42:05 2001 UTC
# Line 52  Other major modes are defined by compari Line 52  Other major modes are defined by compari
52    
53  (defun newline (&optional arg)  (defun newline (&optional arg)
54    "Insert a newline, and move to left margin of the new line if it's blank.    "Insert a newline, and move to left margin of the new line if it's blank.
55  If `use-hard-newlines' is non-nil, the newline is marked with the  The newline is marked with the text-property `hard'.
 text-property `hard'.  
56  With ARG, insert that many newlines.  With ARG, insert that many newlines.
57  Call `auto-fill-function' if the current column number is greater  In Auto Fill mode, if no numeric arg, break the preceding line if it's long."
 than the value of `fill-column' and ARG is `nil'."  
58    (interactive "*P")    (interactive "*P")
59    (barf-if-buffer-read-only)    (barf-if-buffer-read-only)
60    ;; Inserting a newline at the end of a line produces better redisplay in    ;; Inserting a newline at the end of a line produces better redisplay in

Legend:
Removed from v.1.501.4.4  
changed lines
  Added in v.1.501.4.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26