emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] map 79d9757 2/4: * lisp/emacs-lisp/map.el: Better docstrin


From: Nicolas Petton
Subject: [Emacs-diffs] map 79d9757 2/4: * lisp/emacs-lisp/map.el: Better docstring.
Date: Fri, 24 Apr 2015 17:40:28 +0000

branch: map
commit 79d9757c2334364a78a2e40b75d8d4e96161a911
Author: Nicolas Petton <address@hidden>
Commit: Nicolas Petton <address@hidden>

    * lisp/emacs-lisp/map.el: Better docstring.
---
 lisp/emacs-lisp/map.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lisp/emacs-lisp/map.el b/lisp/emacs-lisp/map.el
index 2c95f35..621c37f 100644
--- a/lisp/emacs-lisp/map.el
+++ b/lisp/emacs-lisp/map.el
@@ -56,7 +56,8 @@ If MAP is a list, `equal' is used to lookup KEY."
 
 (defmacro map-put (map key value)
   "In MAP, associate KEY with VALUE and return MAP.
-If KEY is already present in MAP, replace its value with VALUE."
+If KEY is already present in MAP, replace the associated value
+with VALUE."
   (declare (debug t))
   `(progn
      (map--dispatch (m ,map m)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]