mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; * lisp/files.el (file-name-version-regexp): typo in doc string
This commit is contained in:
parent
99abaa70bf
commit
19cd6972fa
1 changed files with 1 additions and 1 deletions
|
|
@ -5478,7 +5478,7 @@ BACKUPNAME is the backup file name, which is the old file renamed."
|
|||
|
||||
(defvar file-name-version-regexp
|
||||
"\\(?:~\\|\\.~[-[:alnum:]:#@^._]+\\(?:~[[:digit:]]+\\)?~\\)"
|
||||
;; The last ~[[:digit]]+ matches relative versions in git,
|
||||
;; The last ~[[:digit:]]+ matches relative versions in git,
|
||||
;; e.g. `foo.js.~HEAD~1~'.
|
||||
"Regular expression matching the backup/version part of a file name.
|
||||
Used by `file-name-sans-versions'.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue