Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b7d22a83
Commit
b7d22a83
authored
May 03, 2011
by
Chong Yidong
Browse files
* emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
parent
cdc4a047
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
16 additions
and
4 deletions
+16
-4
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/autoload.el
lisp/emacs-lisp/autoload.el
+12
-4
No files found.
lisp/ChangeLog
View file @
b7d22a83
2011-05-03 Chong Yidong <cyd@stupidchicken.com>
* emacs-lisp/autoload.el (generated-autoload-file): Doc fix (Bug#7989).
2011-05-03 Agustín Martín Domingo <agustin.martin@hispalinux.es>
* textmodes/ispell.el (ispell-add-per-file-word-list):
...
...
lisp/emacs-lisp/autoload.el
View file @
b7d22a83
...
...
@@ -35,10 +35,18 @@
(
eval-when-compile
(
require
'cl
))
(
defvar
generated-autoload-file
"loaddefs.el"
"*File \\[update-file-autoloads] puts autoloads into.
A `.el' file can set this in its local variables section to make its
autoloads go somewhere else. The autoload file is assumed to contain a
trailer starting with a FormFeed character."
)
"File \\[update-file-autoloads] puts autoloads into.
A Lisp file can set this in its local variables section to make
its autoloads go somewhere else.
If this is a relative file name, the directory is determined as
follows:
- If a Lisp file defined `generated-autoload-file' as a
file-local variable, use its containing directory.
- Otherwise use the \"lisp\" subdirectory of `source-directory'.
The autoload file is assumed to contain a trailer starting with a
FormFeed character."
)
;;;###autoload
(
put
'generated-autoload-file
'safe-local-variable
'stringp
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment