diff options
| author | Miles Bader | 2004-08-03 00:03:00 +0000 |
|---|---|---|
| committer | Miles Bader | 2004-08-03 00:03:00 +0000 |
| commit | ac887bc2843e28a189afa7a1f83ca48157a5e750 (patch) | |
| tree | 0c70dd197bc1fb64bc2edbfc8a6dcdec9cc8cf1b /src/keymap.c | |
| parent | 54685a78a73fcf2f53fd0e8a7a3c7478b8650f1b (diff) | |
| parent | ed5c373cab5483317a8b6fca3d8d4d52432934fc (diff) | |
| download | emacs-ac887bc2843e28a189afa7a1f83ca48157a5e750.tar.gz emacs-ac887bc2843e28a189afa7a1f83ca48157a5e750.zip | |
Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-27
Merge from emacs--cvs-trunk--0
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-471
- miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-478
Update from CVS
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/keymap.c b/src/keymap.c index 4c23977ef41..98e04f65717 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -343,7 +343,7 @@ keymap_memberp (map, maps) | |||
| 343 | 343 | ||
| 344 | DEFUN ("set-keymap-parent", Fset_keymap_parent, Sset_keymap_parent, 2, 2, 0, | 344 | DEFUN ("set-keymap-parent", Fset_keymap_parent, Sset_keymap_parent, 2, 2, 0, |
| 345 | doc: /* Modify KEYMAP to set its parent map to PARENT. | 345 | doc: /* Modify KEYMAP to set its parent map to PARENT. |
| 346 | PARENT should be nil or another keymap. */) | 346 | Return PARENT. PARENT should be nil or another keymap. */) |
| 347 | (keymap, parent) | 347 | (keymap, parent) |
| 348 | Lisp_Object keymap, parent; | 348 | Lisp_Object keymap, parent; |
| 349 | { | 349 | { |
| @@ -1719,7 +1719,8 @@ If a second optional argument MAPVAR is given, the map is stored as | |||
| 1719 | its value instead of as COMMAND's value; but COMMAND is still defined | 1719 | its value instead of as COMMAND's value; but COMMAND is still defined |
| 1720 | as a function. | 1720 | as a function. |
| 1721 | The third optional argument NAME, if given, supplies a menu name | 1721 | The third optional argument NAME, if given, supplies a menu name |
| 1722 | string for the map. This is required to use the keymap as a menu. */) | 1722 | string for the map. This is required to use the keymap as a menu. |
| 1723 | This function returns COMMAND. */) | ||
| 1723 | (command, mapvar, name) | 1724 | (command, mapvar, name) |
| 1724 | Lisp_Object command, mapvar, name; | 1725 | Lisp_Object command, mapvar, name; |
| 1725 | { | 1726 | { |