summaryrefslogtreecommitdiff
path: root/lisp/forms-d2.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2003-02-04 11:26:42 +0000
committerJuanma Barranquero <lekktu@gmail.com>2003-02-04 11:26:42 +0000
commit71296446d3cec5bb2a27bc5ad6da574df38d0ec8 (patch)
tree0204c3c252547a44e2404959409034406f7680cd /lisp/forms-d2.el
parent693ff6134cb2ec65c7d188696f012662edadfbf0 (diff)
downloademacs-71296446d3cec5bb2a27bc5ad6da574df38d0ec8.tar.gz
Trailing whitespace deleted.
Diffstat (limited to 'lisp/forms-d2.el')
-rw-r--r--lisp/forms-d2.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/forms-d2.el b/lisp/forms-d2.el
index e603927e027..ae338abf108 100644
--- a/lisp/forms-d2.el
+++ b/lisp/forms-d2.el
@@ -40,7 +40,7 @@ The optional FILL should be a character, used to fill to the column."
(concat "\n" (make-string target fill))
(make-string (- target (current-column)) fill)))
;;
-(defun arch-rj (target field &optional fill)
+(defun arch-rj (target field &optional fill)
"Produces a string to skip to column TARGET minus the width of field FIELD.
Prepends newline if needed. The optional FILL should be a character,
used to fill to the column."