fix example for notes-mutate replacement

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32988 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jean-Marc Lasgouttes 2010-01-12 17:17:40 +00:00
parent 01b45c0b49
commit 6244d78627
2 changed files with 3 additions and 1 deletions

View File

@ -92,7 +92,7 @@ The following LyX functions have been removed:
- LFUN_NOTES_MUTATE ("notes-mutate"): replace - LFUN_NOTES_MUTATE ("notes-mutate"): replace
notes-mutate <SOURCE> <TARGET> notes-mutate <SOURCE> <TARGET>
with the more general function inset-forall with the more general function inset-forall
inset-forall Note:<SOURCE> inset-modify changetype <TARGET> inset-forall Note:<SOURCE> inset-modify note Note <TARGET>
The following LyX functions have been changed: The following LyX functions have been changed:

View File

@ -2384,6 +2384,8 @@ void LyXAction::init()
inset-forall Index delete-char-forward \n inset-forall Index delete-char-forward \n
Close all Notes (also works for a particular branch, for example): \n Close all Notes (also works for a particular branch, for example): \n
inset-forall Note inset-toggle close \n inset-forall Note inset-toggle close \n
Transform all yellow notes to comments \n
inset-forall Note:Note inset-modify note Note Comment \n
Try to put LyX in an infinite loop if there is at least a Note: \n Try to put LyX in an infinite loop if there is at least a Note: \n
inset-forall Note char-backward inset-forall Note char-backward
* \li Origin: lasgouttes, 27 Nov 2009 * \li Origin: lasgouttes, 27 Nov 2009