diff options
Diffstat (limited to 'lisp/align.el')
-rw-r--r-- | lisp/align.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/align.el b/lisp/align.el index a0b626a5c43..2f380a80774 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -787,7 +787,7 @@ See the variable `align-exclude-rules-list' for more details.") "The current overlays highlighting the text matched by a rule.") (defvar align-regexp-history nil - "Input history for the full user-entered regex in `align-regexp'") + "Input history for the full user-entered regex in `align-regexp'.") ;; Sample extension rule set for vhdl-mode. This is now obsolete. (defcustom align-vhdl-rules-list |