mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
Spelling fixes.
This commit is contained in:
parent
a24bf23e0f
commit
c80e3b4aed
121 changed files with 351 additions and 353 deletions
|
|
@ -687,7 +687,7 @@ POS defaults to `point'."
|
|||
;; Otherwise record the current column and look backwards.
|
||||
(setq column (current-column))
|
||||
(skip-chars-backward ",; \t")
|
||||
;; Record the distance travelled.
|
||||
;; Record the distance traveled.
|
||||
(setq distance (- column (current-column)))
|
||||
(when (looking-back
|
||||
(concat "([ \t]*\\(?:" Man-section-regexp "\\)[ \t]*)"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue