Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
2af4b890
Commit
2af4b890
authored
Jun 16, 1993
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
parent
a33cb021
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/assoc.el
lisp/emacs-lisp/assoc.el
+1
-1
No files found.
lisp/emacs-lisp/assoc.el
View file @
2af4b890
...
...
@@ -57,7 +57,7 @@ pair is not at the head of alist. ALIST is not altered."
(
defun
aput
(
alist-symbol
key
&optional
value
)
"Inserts a key-value pair into an alist.
The alist is referenced by ALIST-SYMBOL. The key-value pair is made
>
from KEY and optionally, VALUE. Returns the altered alist or nil if
from KEY and optionally, VALUE. Returns the altered alist or nil if
ALIST is nil.
If the key-value pair referenced by KEY can be found in the alist, and
...
...
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