Kaydet (Commit) a8e0cfb3 authored tarafından Nick Treleaven's avatar Nick Treleaven

Typo in editor_get_[indent_]prefs() dox.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5433 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst ff6354d8
...@@ -418,7 +418,7 @@ get_default_prefs(void) ...@@ -418,7 +418,7 @@ get_default_prefs(void)
/* Gets the prefs for the editor. /* Gets the prefs for the editor.
* Prefs can be different according to project or filetype. * Prefs can be different according to project or document.
* @warning Always get a fresh result instead of keeping a pointer to it if the editor/project * @warning Always get a fresh result instead of keeping a pointer to it if the editor/project
* settings may have changed, or if this function has been called for a different editor. * settings may have changed, or if this function has been called for a different editor.
* @param editor The editor, or @c NULL to get the default prefs. * @param editor The editor, or @c NULL to get the default prefs.
...@@ -1174,7 +1174,7 @@ get_default_indent_prefs(void) ...@@ -1174,7 +1174,7 @@ get_default_indent_prefs(void)
/** Gets the indentation prefs for the editor. /** Gets the indentation prefs for the editor.
* Prefs can be different according to project or filetype. * Prefs can be different according to project or document.
* @warning Always get a fresh result instead of keeping a pointer to it if the editor/project * @warning Always get a fresh result instead of keeping a pointer to it if the editor/project
* settings may have changed, or if this function has been called for a different editor. * settings may have changed, or if this function has been called for a different editor.
* @param editor The editor, or @c NULL to get the default indent prefs. * @param editor The editor, or @c NULL to get the default indent prefs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment