From 04192aa3ab83b52df57ab523102170ca5704f9a1 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Sun, 6 Jan 2008 18:17:07 +0000 Subject: [PATCH] Update documentation. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22404 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/lfuns.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/lfuns.h b/src/lfuns.h index 369d54e4a9..748adc9fe5 100644 --- a/src/lfuns.h +++ b/src/lfuns.h @@ -583,7 +583,10 @@ enum kb_action { /** * LFUN_LAYOUT_RELOAD * \li Action: Reloads layout information - * \li Notion: Reloads all layout information for the current buffer. + * \li Notion: Reloads all layout information for the current buffer from disk, thus + recognizing any changes that have been made to layout files on the fly. + This is intended to be used only by layout developers and should not be + used when one is trying to do actual work. * \li Syntax: layout-reload * \li Origin: rgh, 3 September 2007 */ -- 2.39.2