mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
* src/lfuns.h:
- minor correction in the doxy comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22434 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
922aa7b1e8
commit
3e539a3a40
16
src/lfuns.h
16
src/lfuns.h
@ -467,12 +467,12 @@ enum kb_action {
|
||||
// 205
|
||||
LFUN_THESAURUS_ENTRY, // Levon 20010720
|
||||
LFUN_OPTIONAL_INSERT, // Martin 12 Aug 2002
|
||||
LFUN_MOUSE_PRESS, // André 9 Aug 2002
|
||||
LFUN_MOUSE_MOTION, // André 9 Aug 2002
|
||||
LFUN_MOUSE_RELEASE, // André 9 Aug 2002
|
||||
LFUN_MOUSE_PRESS, // Andr<EFBFBD> 9 Aug 2002
|
||||
LFUN_MOUSE_MOTION, // Andr<EFBFBD> 9 Aug 2002
|
||||
LFUN_MOUSE_RELEASE, // Andr<EFBFBD> 9 Aug 2002
|
||||
// 210
|
||||
LFUN_MOUSE_DOUBLE, // André 9 Aug 2002
|
||||
LFUN_MOUSE_TRIPLE, // André 9 Aug 2002
|
||||
LFUN_MOUSE_DOUBLE, // Andr<EFBFBD> 9 Aug 2002
|
||||
LFUN_MOUSE_TRIPLE, // Andr<EFBFBD> 9 Aug 2002
|
||||
LFUN_WRAP_INSERT, // Dekel 7 Apr 2002
|
||||
LFUN_CHANGES_TRACK, // Levon 20021001 (cool date !)
|
||||
LFUN_CHANGES_MERGE, // Levon 20021016
|
||||
@ -481,7 +481,7 @@ enum kb_action {
|
||||
LFUN_CHANGE_REJECT, // Levon 20021016
|
||||
LFUN_ALL_CHANGES_ACCEPT, // Levon 20021016
|
||||
LFUN_ALL_CHANGES_REJECT, // Levon 20021016
|
||||
LFUN_BIBITEM_INSERT, // André 14 Feb 2003
|
||||
LFUN_BIBITEM_INSERT, // Andr<EFBFBD> 14 Feb 2003
|
||||
// 220
|
||||
LFUN_DIALOG_SHOW,
|
||||
LFUN_DIALOG_SHOW_NEW_INSET,
|
||||
@ -557,8 +557,8 @@ enum kb_action {
|
||||
* \li Action: Count the statistics (number of words and characters)
|
||||
in the document or in the given selection.
|
||||
* \li Notion: Note that this function gives the number of words/chars written,
|
||||
not the number of characters which will be typesetted.
|
||||
* \li Syntax: words-count
|
||||
not the number of characters which will be typeset.
|
||||
* \li Syntax: statistics
|
||||
* \li Origin: lasgouttes, Jan 27 2004; ps, Jan 8 2008
|
||||
*/
|
||||
LFUN_STATISTICS,
|
||||
|
Loading…
Reference in New Issue
Block a user