X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/693ff6134cb2ec65c7d188696f012662edadfbf0..71296446d3cec5bb2a27bc5ad6da574df38d0ec8:/lisp/forms-d2.el diff --git a/lisp/forms-d2.el b/lisp/forms-d2.el index e603927e02..ae338abf10 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."