diff options
author | Karl Heuer <kwzh@gnu.org> | 1999-07-13 03:39:33 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1999-07-13 03:39:33 +0000 |
commit | a7aa942a034e1d6e062530affe8dd9a340fdf497 (patch) | |
tree | 9df63ce787e5a5b9bf15a59ba0d1b0995f4f22d0 /lisp/files.el | |
parent | 27b53c17fa043c272724ea33bd83224fac57a677 (diff) | |
download | emacs-a7aa942a034e1d6e062530affe8dd9a340fdf497.tar.gz |
Comment fix.
Diffstat (limited to 'lisp/files.el')
-rw-r--r-- | lisp/files.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/files.el b/lisp/files.el index 2ce87f20866..7013442d04c 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2135,9 +2135,8 @@ You may need to redefine `file-name-sans-versions' as well." (defvar backup-extract-version-start) ;; This is used in various files. -;; The usage of bv-length is not very clean, -;; but I can't see a good alternative, -;; so as of now I am leaving it alone. +;; The usage of backup-extract-version-start is not very clean, +;; but I can't see a good alternative, so as of now I am leaving it alone. (defun backup-extract-version (fn) "Given the name of a numeric backup file, return the backup number. Uses the free variable `backup-extract-version-start', whose value should be |