diff options
| author | Eli Zaretskii | 2007-03-24 16:23:01 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2007-03-24 16:23:01 +0000 |
| commit | f6f11d1ca38553d71dc370a28c5a7abcf0698ef2 (patch) | |
| tree | ca6cae60ba45345cece0596c75a01b44439db8a8 /src/keymap.c | |
| parent | 8696b557990ee4922e5243134b96412234c365fb (diff) | |
| download | emacs-f6f11d1ca38553d71dc370a28c5a7abcf0698ef2.tar.gz emacs-f6f11d1ca38553d71dc370a28c5a7abcf0698ef2.zip | |
Fix a comment before `current_minor_maps'.
Diffstat (limited to 'src/keymap.c')
| -rw-r--r-- | src/keymap.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/keymap.c b/src/keymap.c index 00a182f52f0..731c42dd9d4 100644 --- a/src/keymap.c +++ b/src/keymap.c | |||
| @@ -1401,8 +1401,10 @@ silly_event_symbol_error (c) | |||
| 1401 | static Lisp_Object *cmm_modes = NULL, *cmm_maps = NULL; | 1401 | static Lisp_Object *cmm_modes = NULL, *cmm_maps = NULL; |
| 1402 | static int cmm_size = 0; | 1402 | static int cmm_size = 0; |
| 1403 | 1403 | ||
| 1404 | /* Store a pointer to an array of the keymaps of the currently active | 1404 | /* Store a pointer to an array of the currently active minor modes in |
| 1405 | minor modes in *buf, and return the number of maps it contains. | 1405 | *modeptr, a pointer to an array of the keymaps of the currently |
| 1406 | active minor modes in *mapptr, and return the number of maps | ||
| 1407 | *mapptr contains. | ||
| 1406 | 1408 | ||
| 1407 | This function always returns a pointer to the same buffer, and may | 1409 | This function always returns a pointer to the same buffer, and may |
| 1408 | free or reallocate it, so if you want to keep it for a long time or | 1410 | free or reallocate it, so if you want to keep it for a long time or |