summaryrefslogtreecommitdiff
path: root/lisp/forms-d2.el
diff options
context:
space:
mode:
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."