/[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.3 by gerd, Thu Oct 18 08:53:25 2001 UTC revision 1.501.4.4 by fx, Tue Dec 18 15:38:34 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  The newline is marked with the text-property `hard'.  If `use-hard-newlines' is non-nil, the newline is marked with the
56    text-property `hard'.
57  With ARG, insert that many newlines.  With ARG, insert that many newlines.
58  In Auto Fill mode, if no numeric arg, break the preceding line if it's long."  Call `auto-fill-function' if the current column number is greater
59    than the value of `fill-column' and ARG is `nil'."
60    (interactive "*P")    (interactive "*P")
61    (barf-if-buffer-read-only)    (barf-if-buffer-read-only)
62    ;; 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.3  
changed lines
  Added in v.1.501.4.4

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