aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-11-06 05:59:08 +0000
committerUlrich Müller <ulm@gentoo.org>2009-11-06 05:59:08 +0000
commit4d3023cc67b50b78ac4e002c80c98c124fc28999 (patch)
tree8f98932442ee777940e87ebea8a8d4a3a0cad6b9 /doc
parentNew function is_output_mode. (diff)
downloadeselect-4d3023cc67b50b78ac4e002c80c98c124fc28999.tar.gz
eselect-4d3023cc67b50b78ac4e002c80c98c124fc28999.tar.bz2
eselect-4d3023cc67b50b78ac4e002c80c98c124fc28999.zip
Add quotes.
svn path=/trunk/; revision=701
Diffstat (limited to 'doc')
-rw-r--r--doc/developer-guide.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer-guide.txt b/doc/developer-guide.txt
index b18f453..0e5f29b 100644
--- a/doc/developer-guide.txt
+++ b/doc/developer-guide.txt
@@ -270,11 +270,11 @@ should be used. The first parameter is the key, the second the value.
The ``write_numbered_list`` function is a wrapper around
``write_numbered_list_entry`` that handles the numbering automatically.
Each parameter passed is displayed as a numbered list item, the first
-with index 1, the second with index 2 and so on. The -m option can be
-used to specify a negative report message that is output for an empty
+with index 1, the second with index 2 and so on. The ``-m`` option can
+be used to specify a negative report message that is output for an empty
list.
-If -p is passed as the first argument to these functions, 'plain'
+If ``-p`` is passed as the first argument to these functions, 'plain'
highlighting is used.
The ``highlight`` Function