comparison lisp/progmodes/gdb-ui.el @ 106840:5df8e547a422

Fix typos in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:59:31 +0100
parents 1d1d5d9bd884
children 19bad34b0d81
comparison
equal deleted inserted replaced
106839:7d4dcdf87b91 106840:5df8e547a422
1812 "Prepare GDB/MI output in current buffer for parsing with `json-read'. 1812 "Prepare GDB/MI output in current buffer for parsing with `json-read'.
1813 1813
1814 Field names are wrapped in double quotes and equal signs are 1814 Field names are wrapped in double quotes and equal signs are
1815 replaced with semicolons. 1815 replaced with semicolons.
1816 1816
1817 If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurences from 1817 If FIX-KEY is non-nil, strip all \"FIX-KEY=\" occurrences from
1818 partial output. This is used to get rid of useless keys in lists 1818 partial output. This is used to get rid of useless keys in lists
1819 in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and 1819 in MI messages, e.g.: [key=.., key=..]. -stack-list-frames and
1820 -break-info are examples of MI commands which issue such 1820 -break-info are examples of MI commands which issue such
1821 responses. 1821 responses.
1822 1822