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
32a37bc6
Commit
32a37bc6
authored
Nov 06, 2006
by
Juanma Barranquero
Browse files
(list-load-path-shadows): Fix typo in docstring.
parent
a3c473b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
lisp/emacs-lisp/shadow.el
lisp/emacs-lisp/shadow.el
+7
-7
No files found.
lisp/emacs-lisp/shadow.el
View file @
32a37bc6
...
...
@@ -184,17 +184,17 @@ and that each of these directories contains a file called XXX.el. Then
XXX.el in the site-lisp directory is referred to by all of:
\(require 'XXX\), \(autoload .... \"XXX\"\), \(load-library \"XXX\"\) etc.
The first XXX.el file prevents
e
macs from seeing the second \(unless
the second is loaded explicitly via load-file\).
The first XXX.el file prevents
E
macs from seeing the second \(unless
the second is loaded explicitly via
`
load-file
'
\).
When not intended, such shadowings can be the source of subtle
problems. For example, the above situation may have arisen because the
XXX package was not distributed with versions of
e
macs prior to
19.30. An
e
macs maintainer downloaded XXX from elsewhere and installed
it. Later, XXX was updated and included in the
e
macs distribution.
Unless the
e
macs maintainer checks for this, the new version of XXX
XXX package was not distributed with versions of
E
macs prior to
19.30. An
E
macs maintainer downloaded XXX from elsewhere and installed
it. Later, XXX was updated and included in the
E
macs distribution.
Unless the
E
macs maintainer checks for this, the new version of XXX
will be hidden behind the old \(which may no longer work with the new
e
macs version\).
E
macs version\).
This function performs these checks and flags all possible
shadowings. Because a .el file may exist without a corresponding .elc
...
...
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