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 1efc6e6505b..9038adf624c 100644 --- a/lisp/align.el +++ b/lisp/align.el @@ -937,7 +937,7 @@ throughout the line. See `align-rules-list' for more information about these options. The non-interactive form of the previous example would look something like: - \(align-regexp (point-min) (point-max) \"\\\\(\\\\s-*\\\\)(\") + (align-regexp (point-min) (point-max) \"\\\\(\\\\s-*\\\\)(\") This function is a nothing more than a small wrapper that helps you construct a rule to pass to `align-region', which does the real work." |