mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-24 10:40:48 +00:00
Fix various typos in LFUNs.lyx
This commit is contained in:
parent
e7a1cce551
commit
2b1791641f
@ -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:
|
||||
|
@ -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
|
||||
|
@ -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 [<ARG>]
|
||||
@ -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
|
||||
|
@ -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 [<ARG>]
|
||||
* \li Params: <ARG>: "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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user