]> code.delx.au - gnu-emacs/blobdiff - lisp/man.el
Spelling fixes.
[gnu-emacs] / lisp / man.el
index c9ba64bf5e08b74927de8615b4c7a6783a0c610c..aeba3327c405da0a19f29ce86a868908b43c7df1 100644 (file)
@@ -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]*)"))