]> git.lyx.org Git - lyx.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Mon, 7 Jul 2008 17:26:07 +0000 (17:26 +0000)
committerPavel Sanda <sanda@lyx.org>
Mon, 7 Jul 2008 17:26:07 +0000 (17:26 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25483 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp
src/Server.cpp

index 4534f9ee4434f15b078ad48f6ca0133895ed0c6a..0dd1f39df05c544fabbd4a93691ee6505e5506e1 100644 (file)
@@ -2323,6 +2323,13 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_SERVER_GOTO_FILE_ROW, "server-goto-file-row", ReadOnly, System },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_SERVER_NOTIFY
+ * \li Action: Sends notify message about the last key-sequence to client.
+ * \li Notion: This can be used to grab last key-sequence used inside the LyX window.
+ * \li Syntax: server-notify
+ * \endvar
+ */
                { LFUN_SERVER_NOTIFY, "server-notify", ReadOnly, System },
 /*!
  * \var lyx::FuncCode lyx::LFUN_SERVER_SET_XY
index 14c1e202dd7eb09fe275338e04e72272c2b308c1..99be0afa5a4f1dda97e35906e0a99fe2af299293 100644 (file)
@@ -495,7 +495,7 @@ void Server::callback(string const & msg)
 }
 
 
-// Send a notify messge to a client, called by WorkAreaKeyPress
+// Send a notify message to a client, called by WorkAreaKeyPress
 void Server::notifyClient(string const & s)
 {
        pipes_.send("NOTIFY:" + s + "\n");