diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-09 23:10:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-09 23:10:37 -0800 |
commit | 06827ec8428b897a38dc0532ee3d2070ae07aba1 (patch) | |
tree | 506e150528a6192807e1db37fa82846a1d27752e /lisp/textmodes | |
parent | dad6fae7481c35aa1ff9491f789b860aaa898dec (diff) | |
download | emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.tar.gz emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.tar.bz2 emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.zip |
Spelling fixes.
* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
* woman.el (woman-mark-horizontal-position):
Rename from woman-mark-horizonal-position. Use changed.
Diffstat (limited to 'lisp/textmodes')
-rw-r--r-- | lisp/textmodes/tex-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/tex-mode.el b/lisp/textmodes/tex-mode.el index 3d53dfb765f..a1a3e16a5aa 100644 --- a/lisp/textmodes/tex-mode.el +++ b/lisp/textmodes/tex-mode.el @@ -2803,7 +2803,7 @@ There might be text before point." (t (let ((col (current-column))) (if (or (not (eq (char-syntax (or (char-after pos) ?\s)) ?\()) - ;; Can't be an arg if there's an empty line inbetween. + ;; Can't be an arg if there's an empty line in between. (save-excursion (re-search-forward "^[ \t]*$" pos t))) ;; If the first char was not an open-paren, there's ;; a risk that this is really not an argument to the |