summaryrefslogtreecommitdiff
path: root/src/dged/minibuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dged/minibuffer.h')
-rw-r--r--src/dged/minibuffer.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/dged/minibuffer.h b/src/dged/minibuffer.h
index 3e94f8c..6ac69c1 100644
--- a/src/dged/minibuffer.h
+++ b/src/dged/minibuffer.h
@@ -14,7 +14,8 @@ struct keymap;
*
* Note that the minibuffer is a global instance and this function will do
* nothing if called more than once.
- * @param buffer underlying buffer to use for text IO in the minibuffer.
+ * @param buffer Underlying buffer to use for text IO in the minibuffer.
+ * @param buffers Buffer list used to create and store messages buffer.
*/
void minibuffer_init(struct buffer *buffer, struct buffers *buffers);
@@ -40,7 +41,7 @@ void message(const char *fmt, ...);
void minibuffer_echo(const char *fmt, ...);
/**
- * Echo a message to the minibuffer that disappears after @ref timeout.
+ * Echo a message to the minibuffer that disappears after @p timeout.
*
* @param timeout The timeout in seconds after which the message should
* disappear.