Fix various typos in LFUNs.lyx

This commit is contained in:
Jean-Marc Lasgouttes 2014-02-13 14:20:43 +01:00
parent e7a1cce551
commit 2b1791641f
4 changed files with 11 additions and 11 deletions

View File

@ -171,7 +171,7 @@ The following LyX functions have been changed:
LFUN_PARAGRAPH_BREAK ("paragraph-break"). LFUN_PARAGRAPH_BREAK ("paragraph-break").
- LFUN_COPY_LABEL_AS_REF ("copy-label-as-reference") has been renamed to - 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: The following LyX key bindings have been changed:

View File

@ -364,7 +364,7 @@ def write_sections(file,lfuns):
"Edit": "Editing Functions (Cursor and Mouse Movement, Copy/Paste etc.)", "Edit": "Editing Functions (Cursor and Mouse Movement, Copy/Paste etc.)",
"Math": "Math Editor Functions", "Math": "Math Editor Functions",
"Buffer": "Buffer Fuctions (File and Window related)", "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)" "Hidden": "Hidden Functions (not listed for configuration)"
} }
# write the lfuns to the file # write the lfuns to the file

View File

@ -1038,7 +1038,7 @@ Origin Levon, 16 Oct 2002
changes-output changes-output
\end_layout \end_layout
\begin_layout Description \begin_layout Description
Action Toggles showing of change tracking in typesetted output. Action Toggles showing of change tracking in typeset output.
\end_layout \end_layout
\begin_layout Description \begin_layout Description
Syntax changes-output Syntax changes-output
@ -1221,7 +1221,7 @@ Origin AAS, 97-02-23
clipboard-paste clipboard-paste
\end_layout \end_layout
\begin_layout Description \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 \end_layout
\begin_layout Description \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. 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 clipboard-paste-simple
\end_layout \end_layout
\begin_layout Description \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 \end_layout
\begin_layout Description \begin_layout Description
Syntax clipboard-paste-simple [<ARG>] Syntax clipboard-paste-simple [<ARG>]
@ -5088,7 +5088,7 @@ Origin Abdel, 21 Oct 2006
\end_layout \end_layout
\begin_layout Section \begin_layout Section
System Funtions (Preferences, LyX Server etc.) System Functions (Preferences, LyX Server etc.)
\end_layout \end_layout
\begin_layout Subsection* \begin_layout Subsection*
buffer-toggle-output-sync buffer-toggle-output-sync
@ -5268,7 +5268,7 @@ meta-prefix
Action Simulate halting Meta key (Alt key on PCs). Action Simulate halting Meta key (Alt key on PCs).
\end_layout \end_layout
\begin_layout Description \begin_layout Description
Notion Used for buffer editation not for GUI control. Notion Used for buffer edition not for GUI control.
\end_layout \end_layout
\begin_layout Description \begin_layout Description
Syntax meta-prefix Syntax meta-prefix

View File

@ -1225,7 +1225,7 @@ void LyXAction::init()
* \li Action: Pastes text from the active clipboard (retains formatting if the * \li Action: Pastes text from the active clipboard (retains formatting if the
clipboard contains formatted text). Pastes plain text if plain text is clipboard contains formatted text). Pastes plain text if plain text is
on the clipboard, but tries to interpret it in special ways for certain 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. in a tabular inset.
* \li Notion: Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of * \li Notion: Historically, LFUN_CLIPBOARD_PASTE was introduced as a counterpart of
LFUN_PRIMARY_SELECTION_PASTE: It behaved exactly the same, but the source 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 LyX content is in the clipboard. Pastes plain text if plain text
is on the clipboard, without trying to interpret it in special is on the clipboard, without trying to interpret it in special
ways for certain insets, e.g. converting csv data to rows and 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 [<ARG>] * \li Syntax: clipboard-paste-simple [<ARG>]
* \li Params: <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines". * \li Params: <ARG>: "paragraph" will cause pasting as one paragraph, i.e. "Join lines".
* \endvar * \endvar
@ -2300,7 +2300,7 @@ void LyXAction::init()
{ LFUN_CHANGES_TRACK, "changes-track", Noop, Edit }, { LFUN_CHANGES_TRACK, "changes-track", Noop, Edit },
/*! /*!
* \var lyx::FuncCode lyx::LFUN_CHANGES_OUTPUT * \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 Syntax: changes-output
* \li Origin: jspitzm, 21 Jan 2005 * \li Origin: jspitzm, 21 Jan 2005
* \endvar * \endvar
@ -3385,7 +3385,7 @@ void LyXAction::init()
/*! /*!
* \var lyx::FuncCode lyx::LFUN_META_PREFIX * \var lyx::FuncCode lyx::LFUN_META_PREFIX
* \li Action: Simulate halting Meta key (Alt key on PCs). * \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 * \li Syntax: meta-prefix
* \endvar * \endvar
*/ */