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
c9ae6ddd
Commit
c9ae6ddd
authored
Feb 13, 2009
by
Eli Zaretskii
Browse files
(locate-library): Doc fix. (Bug#2291)
parent
e005ff0d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
0 deletions
+9
-0
lisp/ChangeLog
lisp/ChangeLog
+6
-0
lisp/subr.el
lisp/subr.el
+3
-0
No files found.
lisp/ChangeLog
View file @
c9ae6ddd
2009-02-13 Eli Zaretskii <eliz@gnu.org>
* files.el (load-library): Doc fix.
* subr.el (locate-library): Doc fix. (Bug#2291)
2009-02-13 Alan Mackenzie <acm@muc.de>
* progmodes/cc-cmds.el (c-defun-name): Widen, to allow it to work
...
...
lisp/subr.el
View file @
c9ae6ddd
...
...
@@ -1501,6 +1501,9 @@ definition, variable definition, or face definition only."
(
defun
locate-library
(
library
&optional
nosuffix
path
interactive-call
)
"Show the precise file name of Emacs library LIBRARY.
LIBRARY should be a relative file name of the library, a string.
It can omit the suffix (a.k.a. file-name extension) if NOSUFFIX is
nil (which is the default, see below).
This command searches the directories in `load-path' like `\\[load-library]'
to find the file that `\\[load-library] RET LIBRARY RET' would load.
Optional second arg NOSUFFIX non-nil means don't add suffixes `load-suffixes'
...
...
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