emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Sat, 09 Apr 2005 20:41:34 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.817 emacs/src/keyboard.c:1.818
*** emacs/src/keyboard.c:1.817  Thu Mar 31 10:11:14 2005
--- emacs/src/keyboard.c        Sun Apr 10 00:41:34 2005
***************
*** 2258,2269 ****
    return c;
  }
  
! /* Display help echo in the echo area.
! 
!    HELP a string means display that string, HELP nil means clear the
!    help echo.  If HELP is a function, call it with OBJECT and POS as
!    arguments; the function should return a help string or nil for
!    none.  For all other types of HELP evaluate it to obtain a string.
  
     WINDOW is the window in which the help was generated, if any.
     It is nil if not in a window.
--- 2258,2273 ----
    return c;
  }
  
! /* Display the help-echo property of the character after the mouse pointer.
!    Either show it in the echo area, or call show-help-function to display
!    it by other means (maybe in a tooltip).
! 
!    If HELP is nil, that means clear the previous help echo.
! 
!    If HELP is a string, display that string.  If HELP is a function,
!    call it with OBJECT and POS as arguments; the function should
!    return a help string or nil for none.  For all other types of HELP,
!    evaluate it to obtain a string.
  
     WINDOW is the window in which the help was generated, if any.
     It is nil if not in a window.




reply via email to

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