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
3fe26922
Commit
3fe26922
authored
May 05, 2005
by
Juanma Barranquero
Browse files
(define-obsolete-function-alias): Fix typo in docstring.
parent
dc75b163
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
lisp/ChangeLog
lisp/ChangeLog
+4
-1
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/byte-run.el
+1
-1
No files found.
lisp/ChangeLog
View file @
3fe26922
2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2005-05-05 Juanma Barranquero <lekktu@gmail.com>
* emacs-lisp/byte-run.el (define-obsolete-function-alias): Fix
typo in docstring.
* term/w32-win.el (image-library-alist): Add additional name for
* term/w32-win.el (image-library-alist): Add additional name for
Xpm library.
Xpm library.
...
@@ -9,7 +12,7 @@
...
@@ -9,7 +12,7 @@
use gcc instead of cpp.
use gcc instead of cpp.
* progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
* progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
(gdb-create-define-alist): Use
.
it.
(gdb-create-define-alist): Use it.
(gdb-cpp-define-alist-program): Update for MS-DOS?
(gdb-cpp-define-alist-program): Update for MS-DOS?
2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2005-05-04 Nick Roberts <nickrob@snap.net.nz>
...
...
lisp/emacs-lisp/byte-run.el
View file @
3fe26922
...
@@ -121,7 +121,7 @@ If provided, WHEN should be a string indicating when FUNCTION was
...
@@ -121,7 +121,7 @@ If provided, WHEN should be a string indicating when FUNCTION was
first made obsolete, for example a date or a release number. The
first made obsolete, for example a date or a release number. The
optional argument DOCSTRING specifies the documentation string
optional argument DOCSTRING specifies the documentation string
for FUNCTION; if DOCSTRING is omitted or nil, FUNCTION uses the
for FUNCTION; if DOCSTRING is omitted or nil, FUNCTION uses the
documentation string of NEW unl
u
ess it already has one."
documentation string of NEW unless it already has one."
`
(
progn
`
(
progn
(
defalias
,
function
,
new
,
docstring
)
(
defalias
,
function
,
new
,
docstring
)
(
make-obsolete
,
function
,
new
,
when
)))
(
make-obsolete
,
function
,
new
,
when
)))
...
...
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