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

Diff of /emacs/lisp/indent.el

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

revision 1.50 by rms, Sun May 19 16:09:28 2002 UTC revision 1.51 by eliz, Tue May 21 16:27:33 2002 UTC
# Line 104  The function actually called to indent i Line 104  The function actually called to indent i
104    
105  (defun indent-rigidly (start end arg)  (defun indent-rigidly (start end arg)
106    "Indent all lines starting in the region sideways by ARG columns.    "Indent all lines starting in the region sideways by ARG columns.
107  Called from a program, takes three arguments, START, END and ARG."  Called from a program, takes three arguments, START, END and ARG.
108    You can remove all indentation from a region by giving a large negative ARG."
109    (interactive "r\np")    (interactive "r\np")
110    (save-excursion    (save-excursion
111      (goto-char end)      (goto-char end)

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

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