Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.394 emacs/src/fns.c:1.395
*** emacs/src/fns.c:1.394       Wed Jun  1 11:42:19 2005
--- emacs/src/fns.c     Thu Jun  9 23:27:16 2005
***************
*** 1471,1477 ****
  
  DEFUN ("memq", Fmemq, Smemq, 2, 2, 0,
         doc: /* Return non-nil if ELT is an element of LIST.
! Comparison done with EQ.  The value is actually the tail of LIST
  whose car is ELT.  */)
       (elt, list)
       Lisp_Object elt, list;
--- 1471,1477 ----
  
  DEFUN ("memq", Fmemq, Smemq, 2, 2, 0,
         doc: /* Return non-nil if ELT is an element of LIST.
! Comparison done with `eq'.  The value is actually the tail of LIST
  whose car is ELT.  */)
       (elt, list)
       Lisp_Object elt, list;
***************
*** 5486,5492 ****
  
  DEFUN ("maphash", Fmaphash, Smaphash, 2, 2, 0,
         doc: /* Call FUNCTION for all entries in hash table TABLE.
! FUNCTION is called with 2 arguments KEY and VALUE.  */)
       (function, table)
       Lisp_Object function, table;
  {
--- 5486,5492 ----
  
  DEFUN ("maphash", Fmaphash, Smaphash, 2, 2, 0,
         doc: /* Call FUNCTION for all entries in hash table TABLE.
! FUNCTION is called with two arguments, KEY and VALUE.  */)
       (function, table)
       Lisp_Object function, table;
  {


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to