From 4d35835189059587cd8decfb6d669c9b976ec8ac Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Mon, 16 Oct 2017 14:26:59 -0500
Subject: [PATCH] docs: decribe the bindable functions 'recordmacro' and
 'runmacro'

---
 doc/nano.texi | 7 +++++++
 doc/nanorc.5  | 7 +++++++
 2 files changed, 14 insertions(+)

diff --git a/doc/nano.texi b/doc/nano.texi
index 3099ca31..98e7a069 100644
--- a/doc/nano.texi
+++ b/doc/nano.texi
@@ -1247,6 +1247,13 @@ Deletes the character under the cursor.
 @item backspace
 Deletes the character before the cursor.
 
+@item recordmacro
+Starts the recording of keystrokes --- the keystrokes are stored
+as a macro.  When already recording, the recording is stopped.
+
+@item runmacro
+Replays the keystrokes of the last recorded macro.
+
 @item undo
 Undoes the last performed text action (add text, delete text, etc).
 
diff --git a/doc/nanorc.5 b/doc/nanorc.5
index 30731cb4..65741e8b 100644
--- a/doc/nanorc.5
+++ b/doc/nanorc.5
@@ -606,6 +606,13 @@ Deletes the character under the cursor.
 .B backspace
 Deletes the character before the cursor.
 .TP
+.B recordmacro
+Starts the recording of keystrokes -- the keystrokes are stored
+as a macro.  When already recording, the recording is stopped.
+.TP
+.B runmacro
+Replays the keystrokes of the last recorded macro.
+.TP
 .B undo
 Undoes the last performed text action (add text, delete text, etc).
 .TP
-- 
GitLab