]> git.lyx.org Git - lyx.git/blobdiff - src/lfuns.h
Streamlining CollapseStatus stuff
[lyx.git] / src / lfuns.h
index 2eb146a8bbc95468938784ec78c0cd1a10d9314c..7d4162f1e899dead655c87f2f1b8955ec26a4e92 100644 (file)
@@ -52,14 +52,11 @@ enum kb_action {
        LFUN_BUFFER_WRITE,
        // 5
        LFUN_BUFFER_WRITE_AS,
-/**    LFUN_BUFFER_WRITE_AS,           Chr 2007-08-12
- * Function:   Save current buffer as .lyx-file with a new filename.
+/**    LFUN_BUFFER_WRITE_AS,           
+ * Function:   Rename and save current buffer.
  * Syntax:     buffer-write-as <filename>
- * In:         <filename> = Name of the new file. Must currently be
- *             an absolute path (bug 4135). Relative paths will be
- *             treated as relative to the location of the original
- *             buffer (i.e. LyX file?).
- *
+ * In:         <filename> = New name of the buffer/file. A relative path
+ *             is with respect to the original location of the buffer/file.
  */
        LFUN_BUILD_PROGRAM,
        LFUN_BUFFER_VIEW,
@@ -401,6 +398,8 @@ enum kb_action {
        LFUN_LISTING_INSERT,             // Herbert 20011110, bpeng 20070502
        LFUN_TOOLBAR_TOGGLE,             // Edwin 20070521
        LFUN_BUFFER_WRITE_ALL,           // rgh, gpothier 200707XX
+       //290
+       LFUN_PARAGRAPH_PARAMS,           // rgh, 200708XX
 
        LFUN_LASTACTION                  // end of the table
 };