SF.net SVN: geany:[5433] trunk/src/editor.c

ntrel at users.sourceforge.net ntrel at xxxxx
Tue Nov 23 17:40:31 UTC 2010


Revision: 5433
          http://geany.svn.sourceforge.net/geany/?rev=5433&view=rev
Author:   ntrel
Date:     2010-11-23 17:40:30 +0000 (Tue, 23 Nov 2010)

Log Message:
-----------
Typo in editor_get_[indent_]prefs() dox.

Modified Paths:
--------------
    trunk/src/editor.c

Modified: trunk/src/editor.c
===================================================================
--- trunk/src/editor.c	2010-11-23 17:36:29 UTC (rev 5432)
+++ trunk/src/editor.c	2010-11-23 17:40:30 UTC (rev 5433)
@@ -418,7 +418,7 @@
 
 
 /* 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
  * 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.
@@ -1174,7 +1174,7 @@
 
 
 /** 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
  * 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.


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list