Branch: refs/heads/document-messages Author: Jiří Techet techet@gmail.com Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 11 Jan 2012 21:57:31 Commit: d4b2b89d009aa8c5314a86450ea13190f4a20241 https://github.com/geany/geany/commit/d4b2b89d009aa8c5314a86450ea13190f4a202...
Log Message: ----------- Maybe != may be
Modified Paths: -------------- src/editor.c src/search.c
Modified: src/editor.c 4 files changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1694,9 +1694,9 @@ void editor_find_current_word_sciwc(GeanyEditor *editor, gint pos, gchar *word, * * @param editor The editor to operate on. * @param pos The position where the word should be read from. - * Maybe @c -1 to use the current position. + * May be @c -1 to use the current position. * @param wordchars The wordchars to separate words. wordchars mean all characters to count - * as part of a word. Maybe @c NULL to use the default wordchars, + * as part of a word. May be @c NULL to use the default wordchars, * see @ref GEANY_WORDCHARS. * * @return A newly-allocated string containing the word at the given @a pos or @c NULL.
Modified: src/search.c 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -1032,7 +1032,7 @@ static void create_fif_dialog(void) }
-/* dir is the directory to search in (UTF-8 encoding), maybe NULL to determine it the usual way +/* dir is the directory to search in (UTF-8 encoding), may be NULL to determine it the usual way * by using the current file's path */ void search_show_find_in_files_dialog(const gchar *dir) {
@@ Diff output truncated at 100000 characters. @@
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: TBD).