mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 14:30:50 -08:00
; More stylistic docfixes in emacs-lisp/*.el found by checkdoc
This commit is contained in:
parent
11d6d6c3ea
commit
dd1220b969
20 changed files with 37 additions and 37 deletions
|
|
@ -3804,7 +3804,7 @@ Return the trampoline if found or nil otherwise."
|
|||
|
||||
;;;###autoload
|
||||
(defun comp-clean-up-stale-eln (file)
|
||||
"Given FILE remove all its *.eln files in `native-comp-eln-load-path'
|
||||
"Given FILE remove all its *.eln files in `native-comp-eln-load-path'.
|
||||
sharing the original source filename (including FILE)."
|
||||
(when (string-match (rx "-" (group-n 1 (1+ hex)) "-" (1+ hex) ".eln" eos)
|
||||
file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue