From 28e9cc8b0c5eec637e14c20e0d6de88b487ef6d8 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Tue, 15 Feb 2000 08:59:41 +0000 Subject: [PATCH] Add improved documentation for the "push" command, and macros. From Byrial Jensen, based on a patch by Mikko Hanninen. --- doc/manual.sgml.head | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/doc/manual.sgml.head b/doc/manual.sgml.head index 82bbb1f0..9b935f34 100644 --- a/doc/manual.sgml.head +++ b/doc/manual.sgml.head @@ -926,12 +926,23 @@ you type, you can create a macro to execute those commands with a single key. , with the addition that control -characters in . There are some additions however. The +first is that control characters in . Functions +are listed in the . + +The advantage with using function names directly is that the macros will +work regardless of the current key bindings, so they are not dependent on +the user having particular key definitions. This makes them more robust +and portable, and also facilitates defining of macros in files used by more +than one user (eg. the system Muttrc). + +Optionally you can specify a descriptive text after Usage: command. You may use it to +automatically run a sequence of commands at startup, or when entering +certain folders. Message Scoring

-- 2.49.0