emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/fns.c


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Thu, 09 Jun 2005 19:27:17 -0400

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;
  {




reply via email to

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