]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
Embedding: saving inzip name to .lyx file so that embedded files can always be found...
[lyx.git] / src / lfuns.h
index c6babe6d18c632a9bf4ad30ddfc8eb62e8e606da..45ba19b174a38bb9a5a3cfd0fcba1c82f169e170 100644 (file)
@@ -374,7 +374,7 @@ enum kb_action {
  * LFUN_RECONFIGURE
  * \li Action: Reconfigure the automatic settings.
  * \li Syntax: reconfigure
- * \li Origin: Asger , 14 Feb 1997
+ * \li Origin: Asger, 14 Feb 1997
  */
        LFUN_RECONFIGURE,
        LFUN_INDEX_PRINT,               // Lgb 97-02-27
@@ -407,7 +407,7 @@ enum kb_action {
  * LFUN_PREFERENCES_SAVE
  * \li Action: Save user preferences.
  * \li Syntax: preferences-save
- * \li Origin: Lgb 27 Nov 1999
+ * \li Origin: Lgb, 27 Nov 1999
  */
        LFUN_PREFERENCES_SAVE,
        LFUN_HELP_OPEN,                 // Jug 990627
@@ -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,