emacs-devel
[Top][All Lists]
Advanced

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

Re: defining-kbd-macro


From: Luc Teirlinck
Subject: Re: defining-kbd-macro
Date: Thu, 4 Nov 2004 19:54:12 -0600 (CST)

Actually, I need to make a slight change to the proposed docstring of
`defining-kbd-macro', as otherwise a false hyperlink to the function
`append' would be made:

===File ~/macros.c-diff=====================================
*** macros.c    02 Sep 2003 08:17:58 -0500      1.54
--- macros.c    04 Nov 2004 19:39:34 -0600      
***************
*** 392,398 ****
    defsubr (&Sstore_kbd_macro_event);
  
    DEFVAR_KBOARD ("defining-kbd-macro", defining_kbd_macro,
!                doc: /* Non-nil while a keyboard macro is being defined.  
Don't set this!  */);
  
    DEFVAR_LISP ("executing-macro", &Vexecuting_macro,
               doc: /* Currently executing keyboard macro (string or vector); 
nil if none executing.  */);
--- 392,400 ----
    defsubr (&Sstore_kbd_macro_event);
  
    DEFVAR_KBOARD ("defining-kbd-macro", defining_kbd_macro,
!                doc: /* Non-nil while a keyboard macro is being defined.  
Don't set this!
! The value is the symbol `append' while appending to the definition of
! an existing macro.  */);
  
    DEFVAR_LISP ("executing-macro", &Vexecuting_macro,
               doc: /* Currently executing keyboard macro (string or vector); 
nil if none executing.  */);
============================================================




reply via email to

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