From 2b1791641f8df0b880807f66cbee91b953bf1e01 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 13 Feb 2014 14:20:43 +0100 Subject: [PATCH] Fix various typos in LFUNs.lyx --- RELEASE-NOTES | 2 +- development/tools/gen_lfuns.py | 2 +- lib/doc/LFUNs.lyx | 10 +++++----- src/LyXAction.cpp | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 48c3f97aa8..279f58b5f7 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -171,7 +171,7 @@ The following LyX functions have been changed: LFUN_PARAGRAPH_BREAK ("paragraph-break"). - LFUN_COPY_LABEL_AS_REF ("copy-label-as-reference") has been renamed to - LFUN_LABEL_COPY_AS_REF ("label-copy-as-reference"). + LFUN_LABEL_COPY_AS_REFERENCE ("label-copy-as-reference"). The following LyX key bindings have been changed: diff --git a/development/tools/gen_lfuns.py b/development/tools/gen_lfuns.py index e8a91062dd..f4dfb43b80 100755 --- a/development/tools/gen_lfuns.py +++ b/development/tools/gen_lfuns.py @@ -364,7 +364,7 @@ def write_sections(file,lfuns): "Edit": "Editing Functions (Cursor and Mouse Movement, Copy/Paste etc.)", "Math": "Math Editor Functions", "Buffer": "Buffer Fuctions (File and Window related)", - "System": "System Funtions (Preferences, LyX Server etc.)", + "System": "System Functions (Preferences, LyX Server etc.)", "Hidden": "Hidden Functions (not listed for configuration)" } # write the lfuns to the file diff --git a/lib/doc/LFUNs.lyx b/lib/doc/LFUNs.lyx index dfccd1f97b..b0ac9f469f 100644 --- a/lib/doc/LFUNs.lyx +++ b/lib/doc/LFUNs.lyx @@ -1038,7 +1038,7 @@ Origin Levon, 16 Oct 2002 changes-output \end_layout \begin_layout Description -Action Toggles showing of change tracking in typesetted output. +Action Toggles showing of change tracking in typeset output. \end_layout \begin_layout Description Syntax changes-output @@ -1221,7 +1221,7 @@ Origin AAS, 97-02-23 clipboard-paste \end_layout \begin_layout Description -Action Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text). Pastes plain text if plain text is on the clipboard, but tries to interpret it in special ways for certain insets, e.g. converting csv data to rows and colums if tha paste happens in a tabular inset. +Action Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text). Pastes plain text if plain text is on the clipboard, but tries to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset. \end_layout \begin_layout Description Notion Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source is the clipboard, not the selection. @@ -1240,7 +1240,7 @@ Origin Georg, 10 Jul 2006 clipboard-paste-simple \end_layout \begin_layout Description -Action Pastes plain text from the active clipboard even if formatted LyX content is in the clipboard. Pastes plain text if plain text is on the clipboard, without trying to interpret it in special ways for certain insets, e.g. converting csv data to rows and colums if the paste happens in a tabular inset. +Action Pastes plain text from the active clipboard even if formatted LyX content is in the clipboard. Pastes plain text if plain text is on the clipboard, without trying to interpret it in special ways for certain insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset. \end_layout \begin_layout Description Syntax clipboard-paste-simple [] @@ -5088,7 +5088,7 @@ Origin Abdel, 21 Oct 2006 \end_layout \begin_layout Section -System Funtions (Preferences, LyX Server etc.) +System Functions (Preferences, LyX Server etc.) \end_layout \begin_layout Subsection* buffer-toggle-output-sync @@ -5268,7 +5268,7 @@ meta-prefix Action Simulate halting Meta key (Alt key on PCs). \end_layout \begin_layout Description -Notion Used for buffer editation not for GUI control. +Notion Used for buffer edition not for GUI control. \end_layout \begin_layout Description Syntax meta-prefix diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 6c2142901c..5b355243ba 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -1225,7 +1225,7 @@ void LyXAction::init() * \li Action: Pastes text from the active clipboard (retains formatting if the clipboard contains formatted text). Pastes plain text if plain text is on the clipboard, but tries to interpret it in special ways for certain - insets, e.g. converting csv data to rows and colums if tha paste happens + insets, e.g. converting csv data to rows and columns if the paste happens in a tabular inset. * \li Notion: Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source @@ -1261,7 +1261,7 @@ void LyXAction::init() LyX content is in the clipboard. Pastes plain text if plain text is on the clipboard, without trying to interpret it in special ways for certain insets, e.g. converting csv data to rows and - colums if the paste happens in a tabular inset. + columns if the paste happens in a tabular inset. * \li Syntax: clipboard-paste-simple [] * \li Params: : "paragraph" will cause pasting as one paragraph, i.e. "Join lines". * \endvar @@ -2300,7 +2300,7 @@ void LyXAction::init() { LFUN_CHANGES_TRACK, "changes-track", Noop, Edit }, /*! * \var lyx::FuncCode lyx::LFUN_CHANGES_OUTPUT - * \li Action: Toggles showing of change tracking in typesetted output. + * \li Action: Toggles showing of change tracking in typeset output. * \li Syntax: changes-output * \li Origin: jspitzm, 21 Jan 2005 * \endvar @@ -3385,7 +3385,7 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_META_PREFIX * \li Action: Simulate halting Meta key (Alt key on PCs). - * \li Notion: Used for buffer editation not for GUI control. + * \li Notion: Used for buffer edition not for GUI control. * \li Syntax: meta-prefix * \endvar */