/[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.43.4.1 by monnier, Sun Dec 2 03:56:26 2001 UTC revision 1.43.4.2 by eliz, Tue May 21 16:30:15 2002 UTC
# Line 78  The function actually called to indent i Line 78  The function actually called to indent i
78    
79  (defun indent-rigidly (start end arg)  (defun indent-rigidly (start end arg)
80    "Indent all lines starting in the region sideways by ARG columns.    "Indent all lines starting in the region sideways by ARG columns.
81  Called from a program, takes three arguments, START, END and ARG."  Called from a program, takes three arguments, START, END and ARG.
82    You can remove all indentation from a region by giving a large negative ARG."
83    (interactive "r\np")    (interactive "r\np")
84    (save-excursion    (save-excursion
85      (goto-char end)      (goto-char end)

Legend:
Removed from v.1.43.4.1  
changed lines
  Added in v.1.43.4.2

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