Mercurial > hg > xemacs-beta
comparison man/lispref/keymaps.texi @ 446:1ccc32a20af4 r21-2-38
Import from CVS: tag r21-2-38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:37:21 +0200 |
parents | 576fb035e263 |
children | a25c824ed558 |
comparison
equal
deleted
inserted
replaced
445:34f3776fcf0e | 446:1ccc32a20af4 |
---|---|
1518 | 1518 |
1519 If @var{noindirect} is non-@code{nil}, @code{where-is-internal} doesn't | 1519 If @var{noindirect} is non-@code{nil}, @code{where-is-internal} doesn't |
1520 follow indirect keymap bindings. This makes it possible to search for | 1520 follow indirect keymap bindings. This makes it possible to search for |
1521 an indirect definition itself. | 1521 an indirect definition itself. |
1522 | 1522 |
1523 This function is used by @code{where-is} (@pxref{Help, , Help, emacs, | 1523 This function is used by @code{where-is} (@pxref{Help, , Help, xemacs, |
1524 The XEmacs Reference Manual}). | 1524 The XEmacs Lisp Reference Manual}). |
1525 | 1525 |
1526 @smallexample | 1526 @smallexample |
1527 @group | 1527 @group |
1528 (where-is-internal 'describe-function) | 1528 (where-is-internal 'describe-function) |
1529 @result{} ([(control h) d] [(control h) f] [f1 d] [f1 f]) | 1529 @result{} ([(control h) d] [(control h) f] [f1 d] [f1 f]) |